home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / esound-common / NEWS < prev    next >
Text File  |  2008-09-03  |  4KB  |  130 lines

  1. ===============
  2. Version 0.2.40
  3. ===============
  4.     * Fixed poll() logic issues for *BSD (Jeffrey Stedfast)
  5.     * Fixed bug #543239 by including errno.h (Jeffrey Stedfast)
  6.  
  7. ===============
  8. Version 0.2.39
  9. ===============
  10.     * Fixed esd client-side code to not hang if esd crashes/hangs
  11.           or otherwise becomes unreachable (Jeffrey Stedfast)
  12.     * Suppress verbose error messages from ALSA (Stanislav Brabec)
  13.     * Allow for multiple esd instances 
  14.     * Fix esound-config for multi-lib setups (Matthias Clasen)
  15.     * Don't report errors about /dev/dsp not existing (Havoc Pennington)
  16.     * Various other build fixes for AMD64 (R├⌐mi Cardona)
  17.  
  18. ===============
  19. Version 0.2.38
  20. ===============
  21.     * Fix 100% CPU problem introduced in 0.2.37 (Joe Marcus Clarke)
  22.     * Fix libesddsp not linking against libesd (Lo├»c Minier)
  23.     * Fix file descriptor leaks (Pierre Ossman)
  24.     * Fix a build problem with the read/write wrapper (Jean Br├⌐fort)
  25.     * chdir to "/" when starting up (Dan Winship)
  26.     * Only install the esddsp man page if we build the binary
  27.     (<yselkowitz@users.sourceforge.net>)
  28.  
  29. ===============
  30. Version 0.2.37
  31. ===============
  32.     * Fix null derefs and leaks reported by Covertiy (kjartan)
  33.     * Build fixes (David Schleef, Thomas Zajic, Behdad Esfahbod) 
  34.     * Disable autospawning (David Schleef)
  35.     * Close filedescriptors and sockets (David Schleef)
  36.     * Don't terminate until the last sample is done (David Schleef)
  37.     * Add checks for clients disconnecting (Peter ├àstrand)
  38.     * Updated man pages (Christopher Hanna)
  39.     * Use pkg-config to check for audiofile (Frederic Peters)
  40.  
  41. ===============
  42. Version 0.2.36
  43. ===============
  44.     * New sucker^Wmaintainer (David Schleef)
  45.     * new arts backend (Igor Mokrushin)
  46.     * ALSA-1.0 is the new default backend
  47.     * disable compressed audio from libaudiofile, because it's
  48.       broken.
  49.     * code cleanup and warning fixes (Kjartan Maraas, David Schleef)
  50.     * OSS emulation fixes in esddsp (Fabian Franz)
  51.  
  52. ===============
  53. Version 0.2.35
  54. ===============
  55.     * fix location of configuration file in man (Craig Routledge)
  56.     * MMAP support for esddsp (from artsdsp, Olivier Blin)
  57.     * GNU/kFreeBSD support (Robert Milan)
  58.     * add new default_options in configuration file and environement 
  59.       variable, fix regression caused by patch since 0.2.30
  60.     * use ALSA default alias (Cyrille Chepelov)
  61.     * clean code (Kjartan Maraas)
  62.     
  63. ===============
  64. Version 0.2.34
  65. ===============
  66.     * don't use C99 extensions (Jens Granseuer)
  67.  
  68. ===============
  69. Version 0.2.33
  70. ===============
  71.     * use new ALSA PCM API if available (Lukasz Mach and Eddy Mylyono)
  72.     * fix build on AIX and OSF (Albert Chin-A-Young)
  73.     * don't try to close audio device if not opened (Debian)
  74.     * fix build with latest automake (Stanislav Bradec)
  75.     * no longer required automake 1.4 (Thomas Cataldo)
  76.     * Fix Darwin build (Jerry Talkington)
  77.     * fix typo in manpage (Kjartan Maraas)
  78.     * Fix crash when AUDIODEV doesn't contain '/' (Stefan Heinsen)
  79.  
  80. ===============
  81. Version 0.2.32
  82. ===============
  83.     * Fix build when IPv6 is disabled (Soren Jacobsen)
  84.     * Fix missing file in tarball (Dan Winship)
  85.  
  86. ===============
  87. Version 0.2.31
  88. ===============
  89.     * Fix build on Solaris8
  90.  
  91. ===============
  92. Version 0.2.30
  93. ===============
  94.     * IPv6 support (Archana Shah)
  95.     * Cygwin support (Masahiro Sakai)
  96.     * MacOS X CoreAudio support (Masanori Sekino)
  97.     * Always read esd config file, not only when auto-spawning (James Strandboge)
  98.     * Prevents drop-outs for hardware allowing low period_size (ALSA) (Stanislav)
  99.     * Man pages fixes (Stanislav)
  100.     * major code cleanup (Kjartan)
  101.     * ensure esd_open_audio succeed if interrupted (Arvind)
  102.     * allow 0 as auto-standby value (Mohammed Waleed Kadous)
  103.     * allow simultaneous play and record on Solaris (Balamurali)
  104.     * add support for session name to esdcat (j@thing.net)
  105.  
  106. New Stuff in EsounD version 0.2.21:
  107.  
  108. o  esd supports for multiple recording clients
  109.     - multiple esd_record_stream or esd_record_stream_fallback can
  110.     now run simultaneously
  111.  
  112. o  security improvements
  113.     - you should upgrade to 0.2.21 - older version have security
  114.     holes, which can compromite account of any esd user
  115.  
  116. New Stuff in EsounD version 0.2:
  117.  
  118. o  esd_play_stream_fallback, esd_record_stream_fallback 
  119.     - if default esd is not available, revert to /dev/dsp
  120.     for playback/record
  121.  
  122. o  esd_open_sound
  123.     - returns -1 if it can't find esd, instead of exiting
  124.  
  125. o  ESPEAKER environment variable
  126.     - can be used to play/record/monitor esd on a 
  127.     remote machine
  128.  
  129. o  GNU configure-able installation
  130.